DS.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaGraphics Class / ToGcBitmap Method / ToGcBitmap(Nullable<Rectangle>) Method
Clipping rectangle to be copied to GrapeCity.Documents.Imaging.GcBitmap.

In This Topic
ToGcBitmap(Nullable<Rectangle>) Method
In This Topic
Creates an instance of the GrapeCity.Documents.Imaging.GcBitmap class from the current GcSkiaGraphics.
Syntax
'Declaration
 
Public Overloads Function ToGcBitmap( _
   Optional ByVal clipRect As System.Nullable(Of Rectangle) _
) As GcBitmap
 

Parameters

clipRect
Clipping rectangle to be copied to GrapeCity.Documents.Imaging.GcBitmap.

Return Value

An instance of the GrapeCity.Documents.Imaging.GcBitmap with the image fragment.
See Also